'Declaration Public Overloads Sub Transform( _
ByVal figuresFigure collection to transform.As System.Collections.Generic.IEnumerable(Of ContentStreamGraphicsFigure), _
ByVal transformTransform matrix.As Vintasoft.Imaging.AffineMatrix _
)
public void Transform(
System.Collections.Generic.IEnumerable<ContentStreamGraphicsFigure> figures,
Vintasoft.Imaging.AffineMatrix transform
)
Parameters
- figures
- Figure collection to transform.
- transform
- Transform matrix.